projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da613c5
)
Fix dist script for theme reorg
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 4 May 2021 00:30:51 +0000
(20:30 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 4 May 2021 00:31:18 +0000
(20:31 -0400)
build-aux/meson/dist-data.py
patch
|
blob
|
history
diff --git
a/build-aux/meson/dist-data.py
b/build-aux/meson/dist-data.py
index da14c03c400a6f7806715cefc5a0d28b7717b9c2..5b9e99363b547c8244d99d0be182a84600430ca9 100644
(file)
--- a/
build-aux/meson/dist-data.py
+++ b/
build-aux/meson/dist-data.py
@@
-8,10
+8,10
@@
from pathlib import PurePath
stylesheets = [
- 'gtk/theme/
Adwaita/Adwaita
.css',
- 'gtk/theme/
Adwaita/Adwaita
-dark.css',
- 'gtk/theme/
HighContrast/HighContrast
.css',
- 'gtk/theme/
HighContrast/HighContrast
-dark.css',
+ 'gtk/theme/
Default/Default-light
.css',
+ 'gtk/theme/
Default/Default
-dark.css',
+ 'gtk/theme/
Default/Default-hc
.css',
+ 'gtk/theme/
Default/Default-hc
-dark.css',
]
references = [